main {
    background-color: #e2f1e6;
}

#customers {
    margin-top: 7rem;
    padding-top: 3rem;
    padding-left: 70px;
    padding-bottom: 200px;
}
#customers .sponsor-banner {
    background: #fff;
}
#customers .sponsor-image {
    height: 350px;
    width: 100%;
    object-fit: contain;
}

#customers .banner {
    padding-left: 70px;
}

#customers .subtitle {
    width: 100%;
    margin-top: 2rem;
}

#customers .subtitle p {
    font-family: FuturaGreek;
    font-size: 23px;
    font-weight: 400;
    color: #729954;
    line-height: 1.1;
}

#customers .customer-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    flex-wrap: wrap;
}

#customers .customer-logos img {
    flex-basis: 20%;
    max-width: 20%;
    object-fit: contain;
    margin-bottom: 2rem;
    max-height: 200px;
}

#customers .customer-logos img:nth-child(even) {
    margin-right: 2rem;
}

.customers-footer {
    position: relative;
}

.customers-footer img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 301.2px;
}

.customers-footer p {
    font-family: FuturaGreek;
    font-size: 23px;
    font-weight: 400;
    color: #789b3e;
    margin-bottom: 0;
    padding-bottom: 3rem;
    padding-left: 2rem;
}

@media (max-width: 1199px) {
    .customers-footer p {
        width: 70%;
    }
}

@media (max-width: 969px) {
    #customers {
        padding-left: 0;
    }
    #customers .banner {
        padding-left: 28px;
    }
    #customers .subtitle {
        width: 90%;
    }
    #customers .customer-logos img:nth-child(even) {
        margin-right: 0;
    }
    #customers .customer-logos {
        width: 95%;
    }
    #customers .customer-logos img {
        flex-basis: 27%;
        max-width: 27%;
    }
}


@media (max-width: 749px) {
    #customers .customer-logos img {
        flex-basis: 50%;
        max-width: 40%;
        max-height: 180px;
    }
    #customers .customer-logos img:nth-child(even) {
        margin-right: 0;
    }
    #customers .banner img {
        width: 100%;
    }
    .customers-footer img {
        width: 40%;
        height: auto;
    }
}
@media (max-width: 480px) {
    #customers {
        padding-bottom: 0px;
    }
    .customers-footer p {
        width: 60%;
        font-size: 18px;
    }
}